home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 22 / AMUG_22-1.ISO / Files / Internet / Web Things / HTML 201.sit / HTML 201 / HTML 201.rsrc / TEXT_135.txt < prev    next >
Encoding:
Text File  |  1996-03-13  |  1.1 KB  |  27 lines

  1.  
  2. Drill 5
  3.  
  4. Links to email
  5.  
  6. Now we will give the reader a way to send a message to you or whoever you choose. Again in the interest of saving space and endless scrolling I will only show the code I am adding and the point I am adding it into the document.
  7.  
  8. Here is what I added to the document lists.html in the previous drill:
  9.  
  10. This is my favorite list of all:
  11. <P>
  12. <A HREF="http://www.cbs.com/lateshow/ttlist.html">Letterman's Top Ten List </A>
  13. <P> -----------------------> I will insert the email link here
  14.  
  15. This is the code I will use to add the email link:
  16.  
  17. I love to get mail so<A HREF="mailto:rgbrothers@aol.com">drop me a note</A>.
  18. <P> 
  19.  
  20. Save your document and open it with your browser. You should see the text you typed and the text between the anchor tags should be a different color and underlined.
  21.  
  22. When the reader clicks on the underlined text, his computer should display his email software in order to send a message. This message will be addressed to the email address you placed in the code as a value.
  23.  
  24. If you don't see what I described then use those trouble shooting tips in the previous drills.
  25.  
  26. On to drill 6.
  27.